|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnegotiator.actions.Action
negotiator.actions.IllegalAction
public class IllegalAction
This action represents that the agent did an illegal action (not fitting the protocol), eg kill his agent.
| Constructor Summary | |
|---|---|
IllegalAction(AgentID agent,
java.lang.String details)
Specifies that an agent returned an action not fitting the protocol. |
|
IllegalAction(java.lang.String details)
Specifies that an agent returned an action not fitting the protocol. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Enforces that actions implements a string-representation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IllegalAction(AgentID agent,
java.lang.String details)
agent - to blame.details - of the error.public IllegalAction(java.lang.String details)
details - of the error.| Method Detail |
|---|
public java.lang.String toString()
Action
toString in class Action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||